home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / ls_nt14.zip / README.TXT < prev   
Text File  |  1995-04-21  |  2KB  |  53 lines

  1. ls - version 1.4    1995-04-05
  2.  
  3.  
  4.      This program can be freely distributed and used as long as it is
  5.      not sold or made part of any commercial product. No responsibility
  6.      is taken for the program, for its output, correctness etc. Use it
  7.      on your own risk.
  8.  
  9.      If you want to be notified when (if?) new versions are released,
  10.      send me an e-mail and I will add you to my mailing list.
  11.      Comments, suggestions and bug reports can be sent to:
  12.  
  13.         olovsson@ce.chalmers.se
  14.  
  15.      Tomas Olovsson,
  16.      Dept of Computer Engineering
  17.      Chalmers University of Technology
  18.      Gothenburg
  19.      Sweden
  20.  
  21.  
  22. HISTORY:
  23.   Ver 1.4:  Better error messages on fatal I/O errors
  24.          Fixed msg "GetFileSecurity failed" on non-NTFS filesystems
  25.          Fixed output problem when ls runs into "Access denied"
  26.         Minor fix with error messages when executed under Win95
  27.  
  28.   Ver 1.3:  Now only displays the owner's name on NTFS file systems
  29.             Fixed illegal memory access when too many * are present
  30.  
  31.   Ver 1.2:  Fixed illegal memory access problem under NT 3.5
  32.         Current dir sometimes listed when * or ? didn't match
  33.         Now exits when too many files match * or ?
  34.         Recognizes if invoked as ll and acts like ls -l
  35.         Looks for options in environment variable LSFLAGS
  36.         Exits on IO error during write (ls -lR / | head)
  37.         Longer help text added for -h option
  38.         Option -L (force lower case) only affects FAT file systems
  39.         Option -I ignores case when files are sorted
  40.         Options -g and -G added
  41.  
  42.   Ver 1.1:  File globbing added / wild-cards allowed in search path
  43.          "ls c:" now shows current directory on drive C
  44.         A trailing "/" is accepted in file and directory arguments
  45.         "-F" option fixed (it used to set the -g option...)
  46.         No multiple error messages if GetFileSecurity fails
  47.         "-1" option was broken (same for redirrected output)
  48.         Total field added for "-l" option
  49.  
  50.   Ver 1.0:  First public version. Released when I realized it could be
  51.         useful to more people than me.
  52.  
  53.